Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency extract-text-webpack-plugin to v2.0.0-rc.3 #1213

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
extract-text-webpack-plugin 2.0.0-beta.5 -> 2.0.0-rc.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

webpack-contrib/extract-text-webpack-plugin (extract-text-webpack-plugin)

v2.0.0-rc.3: v2.0.0 - Release Candidate 3

Compare Source

  • Fix - ajv is marked as a dependency correctly. #​381
  • Feature - The plugin accepts ignoreOrder option. This is important to enable if you use CSS Modules. #​166
  • Feature - New plugin syntax (consistent with webpack core naming):
use: ExtractTextPlugin.extract({
  fallback: "style-loader",
  use: "css-loader"
})

So go with use instead of loader and fallback over fallbackLoader. The old names still work, but they will give warnings so you remember to fix the naming.


If you have time, please have a look at #​366 and #​385. Those issues need more information to be fixed for the final release.

v2.0.0-rc.2

Compare Source

Bug Fixes
  • schema: allow extract to accept omit/remove flags (8ce93d5), closes #​371
  • schema: connect loader schema with the code properly (03bb4aa)
  • schema: emit proper error messages (70cbd4b)
Features
  • errors: show nicer errors if there are extra fields (76a171d)

v2.0.0-rc.1

Compare Source

Bug Fixes

v2.0.0-rc.0

Compare Source

Bug Fixes
  • readme: Incorrect loader configuration (e477cc7)
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from koenmetsu as a code owner October 18, 2023 11:41
@renovate
Copy link
Contributor Author

renovate bot commented Oct 18, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN cli npm v10.2.0 does not support Node.js v16.15.0. This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.
npm WARN cli npm v10.2.0 does not support Node.js v16.15.0. This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/webpack
npm ERR!   dev webpack@"2.1.0-beta.22" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^2.2.0" from [email protected]
npm ERR! node_modules/extract-text-webpack-plugin
npm ERR!   dev extract-text-webpack-plugin@"2.0.0-rc.3" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/124fb1/b2704f/cache/others/npm/_logs/2023-10-18T12_23_59_090Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/124fb1/b2704f/cache/others/npm/_logs/2023-10-18T12_23_59_090Z-debug-0.log

@renovate renovate bot force-pushed the renovate/extract-text-webpack-plugin-2.x branch from 97b2cfd to 317ecfd Compare October 18, 2023 12:22
@renovate renovate bot force-pushed the renovate/extract-text-webpack-plugin-2.x branch from 317ecfd to a3e48e5 Compare October 18, 2023 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants